Conversation
This commit refactors how FileMaker adapter configurations are accessed, making it more robust. It also updates various dependencies, including rolldown and its related packages, to their latest versions. Co-authored-by: eric.luce <eric.luce@proofgeist.com>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@proofkit/better-auth
@proofkit/cli
create-proofkit
@proofkit/fmdapi
@proofkit/fmodata
@proofkit/typegen
@proofkit/webviewer
commit: |
Collaborator
Author
|
@cursor add a changeset for this update |
|
Added. I’ll include a changeset for Learn more about Cursor Agents |
Co-authored-by: eric.luce <eric.luce@proofgeist.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Handles array types like ["boolean", "null"] → "boolean|null" Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Use DBAdapterDebugLogOption/DBFieldAttribute from better-auth - Use filemakerConfig property instead of helper function - Keep normalizeBetterAuthFieldType for array type handling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes TypeScript build errors in
@proofkit/better-authby updating type imports and adapter option parsing to be resilient to upstream changes.The build was failing due to several TypeScript errors in
@proofkit/better-authrelated to type mismatches and missing exports from thebetter-authdependency. These changes address those issues by:AdapterDebugLogs,BetterAuthDbSchema) with stable local definitions.adapter.optionsto handle variations in thebetter-authpackage's internal structure.src/migrate.tsto correctly handle array-based types frombetter-auth.This ensures the
@proofkit/better-authpackage builds successfully with the currentbetter-authdependency.Note
Improves resilience of migration type handling to upstream Better Auth changes.
normalizeBetterAuthFieldTypeand updates field-to-FM type mapping inmigrate.tsto support string/array union types viaincludes()checks@proofkit/better-authWritten by Cursor Bugbot for commit a3dcb04. This will update automatically on new commits. Configure here.